home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / System Utilities / Speak Note GH 1.0 / Read Me -- Speak Note GH next >
Encoding:
Text File  |  1994-01-27  |  1.5 KB  |  44 lines  |  [TEXT/R*ch]

  1. Speak Note GH v 1.0 by Glenn R. Howes 1/27/94
  2. ====================
  3. Description:
  4.  Speak Note GH is an extension--an INIT--which uses the Speech Manager to
  5. say the contents of notification boxes. When a background application such
  6. as the PrintMonitor want the user's attention, it will often install a
  7. notification which will appear to the user as a dialog box with a speaking
  8. person icon, some descriptive text and an ok button. This INIT takes the
  9. descriptive text and uses the Speech Manager routine SpeakString to verbalize
  10. it.
  11.  
  12. Installation:
  13.  Under System 7, throw the Speak Note GH icon onto the System Folder Icon and
  14. the Finder will put it into the Extensions Folder.
  15.  
  16. Requirements:
  17.  The Speech Manager, System 7.
  18.  
  19. Warning:
  20.  This is my first INIT. I've had it running on my system for several weeks
  21. and it seems to work fine. I of course have not tested it with every possible
  22. application. I give no guarantee or warrantee for this piece of code. It is a
  23. cute little piece of code which has some marginal useability.
  24.  
  25. Technical Stuff:
  26.  I patch NMInstall and GetNewDialog. When NMInstall is called, I grab the 
  27. notification string (if there is one) and save it. When GetNewDialog is 
  28. subsequently called to create the alert box I call SpeakString. This should
  29. avoid any problem with moving memory if NMInstall is called at interupt
  30. time. 
  31.  
  32. Cost:
  33.  Free, although I might expect a copy of any CD-ROMs that this and other 
  34.  programs I've written get on.
  35.  
  36. Bug Reports/Complaints/Free CD-ROMs to:
  37.  
  38. grhowes@students.wisc.edu
  39.  
  40. or
  41. Glenn R. Howes
  42. 1101 University Ave.
  43. Madison, WI 53706
  44.